home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / dirvcl / tstdirec.dfm / tstdirec.txt
Text File  |  1995-12-22  |  7KB  |  328 lines

  1. object Form1: TForm1
  2.   Tag = 25
  3.   Left = 347
  4.   Top = 119
  5.   Width = 567
  6.   Height = 500
  7.   ActiveControl = BtnFind
  8.   Caption = 'Directory Test'
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnResize = FormResize
  17.   TextHeight = 16
  18.   object LblFileMask: TLabel
  19.     Left = 26
  20.     Top = 381
  21.     Width = 68
  22.     Height = 16
  23.     Caption = 'File &Mask'
  24.   end
  25.   object LblSearch: TLabel
  26.     Left = 11
  27.     Top = 147
  28.     Width = 45
  29.     Height = 16
  30.     Caption = 'Search'
  31.   end
  32.   object LblVersion: TLabel
  33.     Left = 26
  34.     Top = 413
  35.     Width = 236
  36.     Height = 16
  37.     Caption = 'LblVersion'
  38.   end
  39.   object LblInitialDir: TLabel
  40.     Left = 10
  41.     Top = 230
  42.     Width = 59
  43.     Height = 16
  44.     Caption = 'InitialDir:'
  45.   end
  46.   object LblDirMask: TLabel
  47.     Left = 312
  48.     Top = 381
  49.     Width = 58
  50.     Height = 16
  51.     Caption = 'Dir Mask'
  52.   end
  53.   object LblCurrentDir: TLabel
  54.     Left = 26
  55.     Top = 446
  56.     Width = 82
  57.     Height = 16
  58.     Caption = 'Current Dir : '
  59.   end
  60.   object LbxResults: TListBox
  61.     Left = 11
  62.     Top = 8
  63.     Width = 539
  64.     Height = 124
  65.     TabStop = False
  66.     ExtendedSelect = False
  67.     ItemHeight = 16
  68.     TabOrder = 0
  69.   end
  70.   object BtnFind: TButton
  71.     Left = 313
  72.     Top = 408
  73.     Width = 62
  74.     Height = 27
  75.     Caption = '&Find'
  76.     Default = True
  77.     TabOrder = 1
  78.     OnClick = BtnFindClick
  79.   end
  80.   object BtnQuit: TButton
  81.     Left = 483
  82.     Top = 408
  83.     Width = 62
  84.     Height = 27
  85.     Caption = '&Quit'
  86.     TabOrder = 3
  87.     OnClick = BtnQuitClick
  88.   end
  89.   object BtnCancel: TButton
  90.     Left = 398
  91.     Top = 408
  92.     Width = 62
  93.     Height = 27
  94.     Caption = '&Cancel'
  95.     Enabled = False
  96.     TabOrder = 2
  97.     OnClick = BtnCancelClick
  98.   end
  99.   object EdFileMask: TEdit
  100.     Left = 101
  101.     Top = 377
  102.     Width = 170
  103.     Height = 24
  104.     MaxLength = 11
  105.     TabOrder = 10
  106.     Text = 'WWWWWWWW.WWW'
  107.     OnExit = EdFileMaskExit
  108.   end
  109.   object TbNbSelections: TTabbedNotebook
  110.     Left = 153
  111.     Top = 140
  112.     Width = 397
  113.     Height = 230
  114.     TabFont.Color = clBtnText
  115.     TabFont.Height = -12
  116.     TabFont.Name = 'MS Sans Serif'
  117.     TabFont.Style = []
  118.     TabOrder = 4
  119.     object TTabPage
  120.       Left = 5
  121.       Top = 26
  122.       Caption = 'Fi&les'
  123.       object Chkbxfilehidden: TCheckBox
  124.         Left = 32
  125.         Top = 50
  126.         Width = 79
  127.         Height = 17
  128.         Caption = '&hidden'
  129.         TabOrder = 0
  130.         OnClick = ChkbxfilehiddenClick
  131.       end
  132.       object Chkbxfilesystem: TCheckBox
  133.         Left = 227
  134.         Top = 50
  135.         Width = 79
  136.         Height = 17
  137.         Caption = 's&ystem'
  138.         TabOrder = 1
  139.         OnClick = ChkbxfilesystemClick
  140.       end
  141.       object ChkbxfileVolume: TCheckBox
  142.         Left = 31
  143.         Top = 75
  144.         Width = 90
  145.         Height = 17
  146.         Caption = 'Vol&ume'
  147.         TabOrder = 2
  148.         OnClick = ChkbxfileVolumeClick
  149.       end
  150.       object Chkbxfileexcarchive: TCheckBox
  151.         Left = 152
  152.         Top = 165
  153.         Width = 79
  154.         Height = 17
  155.         Caption = 'archi&ve'
  156.         TabOrder = 3
  157.         OnClick = ChkbxfileexcarchiveClick
  158.       end
  159.       object ChkbxfileExcNormal: TCheckBox
  160.         Left = 262
  161.         Top = 165
  162.         Width = 68
  163.         Height = 17
  164.         Caption = '&normal'
  165.         TabOrder = 4
  166.         OnClick = ChkbxfileExcNormalClick
  167.       end
  168.       object Chkbxexcfilereadonly: TCheckBox
  169.         Left = 26
  170.         Top = 165
  171.         Width = 79
  172.         Height = 17
  173.         Caption = '&readonly'
  174.         TabOrder = 5
  175.         OnClick = ChkbxexcfilereadonlyClick
  176.       end
  177.       object Chkbxfiledirectory: TCheckBox
  178.         Left = 227
  179.         Top = 75
  180.         Width = 79
  181.         Height = 17
  182.         Caption = '&directory'
  183.         TabOrder = 6
  184.         OnClick = ChkbxfiledirectoryClick
  185.       end
  186.     end
  187.     object TTabPage
  188.       Left = 5
  189.       Top = 26
  190.       Caption = 'Direct&ories (search)'
  191.       object Chkbxdirhidden: TCheckBox
  192.         Left = 62
  193.         Top = 65
  194.         Width = 79
  195.         Height = 17
  196.         Caption = '&hidden'
  197.         TabOrder = 0
  198.         OnClick = ChkbxdirhiddenClick
  199.       end
  200.       object Chkbxdirsystem: TCheckBox
  201.         Left = 247
  202.         Top = 65
  203.         Width = 79
  204.         Height = 17
  205.         Caption = 's&ystem'
  206.         TabOrder = 1
  207.         OnClick = ChkbxdirsystemClick
  208.       end
  209.       object Chkbxdirexcreadonly: TCheckBox
  210.         Left = 31
  211.         Top = 150
  212.         Width = 79
  213.         Height = 17
  214.         Caption = 'r&eadonly'
  215.         TabOrder = 2
  216.         OnClick = ChkbxdirexcreadonlyClick
  217.       end
  218.       object Chkbxdirexcarchive: TCheckBox
  219.         Left = 152
  220.         Top = 150
  221.         Width = 79
  222.         Height = 17
  223.         Caption = 'archi&ve'
  224.         TabOrder = 3
  225.         OnClick = ChkbxdirexcarchiveClick
  226.       end
  227.       object ChkbxdirexcNormal: TCheckBox
  228.         Left = 272
  229.         Top = 150
  230.         Width = 68
  231.         Height = 17
  232.         Caption = '&normal'
  233.         TabOrder = 4
  234.         OnClick = ChkbxdirexcNormalClick
  235.       end
  236.     end
  237.   end
  238.   object ChkbxWithSubDir: TCheckBox
  239.     Left = 11
  240.     Top = 170
  241.     Width = 135
  242.     Height = 17
  243.     Caption = '&In Subdirectories'
  244.     TabOrder = 7
  245.     OnClick = ChkbxWithSubDirClick
  246.   end
  247.   object PnlInclusions: TPanel
  248.     Left = 178
  249.     Top = 179
  250.     Width = 361
  251.     Height = 28
  252.     BevelInner = bvLowered
  253.     BevelOuter = bvLowered
  254.     Caption = 'Inclusions'
  255.     TabOrder = 5
  256.   end
  257.   object PnlExclusions: TPanel
  258.     Left = 178
  259.     Top = 272
  260.     Width = 361
  261.     Height = 28
  262.     BevelInner = bvLowered
  263.     BevelOuter = bvLowered
  264.     Caption = 'Exclusions'
  265.     TabOrder = 6
  266.   end
  267.   object ChkbxOnlyDir: TCheckBox
  268.     Left = 11
  269.     Top = 205
  270.     Width = 140
  271.     Height = 17
  272.     Caption = '&Only Directories'
  273.     TabOrder = 8
  274.     OnClick = ChkbxOnlyDirClick
  275.   end
  276.   object DirectoryListBox1: TDirectoryListBox
  277.     Left = 5
  278.     Top = 250
  279.     Width = 145
  280.     Height = 117
  281.     ItemHeight = 16
  282.     TabOrder = 9
  283.     OnChange = DirectoryListBox1Change
  284.   end
  285.   object EdDirMask: TEdit
  286.     Left = 382
  287.     Top = 377
  288.     Width = 166
  289.     Height = 24
  290.     MaxLength = 11
  291.     TabOrder = 11
  292.     Text = 'WWWWWWWW.WWW'
  293.     OnExit = EdDirMaskExit
  294.   end
  295.   object EdCurrentDir: TEdit
  296.     Left = 120
  297.     Top = 442
  298.     Width = 426
  299.     Height = 24
  300.     ReadOnly = True
  301.     TabOrder = 12
  302.     Text = 'EdCurrentDir'
  303.   end
  304.   object Directory1: TDirectory
  305.     Version = 'V 1.5d - 16/05/95'
  306.     OnFound = Directory1Found
  307.     OnSearchStatus = Directory1SearchStatus
  308.     ExcludeNormalFiles = False
  309.     ExcludeReadOnlyFiles = False
  310.     ExcludeArchiveFiles = False
  311.     IncludeHiddenFiles = False
  312.     IncludeSystemFiles = False
  313.     IncludeVolumeID = False
  314.     IncludeDirectoryFiles = False
  315.     ExcludeNormalDir = False
  316.     ExcludeReadOnlyDir = False
  317.     ExcludeArchiveDir = False
  318.     IncludeHiddenDir = False
  319.     IncludeSystemDir = False
  320.     InSubDirectories = False
  321.     OnlyDirectories = False
  322.     FileFilter = '*.*'
  323.     DirectoryFilter = '*.*'
  324.     Left = 110
  325.     Top = 135
  326.   end
  327. end
  328.